home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Make / source / config.h-vms < prev    next >
Encoding:
Text File  |  1997-09-19  |  8.3 KB  |  302 lines

  1. /* config.h-vms. Generated by hand by Klaus Kämpf <kkaempf@progis.de> */
  2. /* config.h.  Generated automatically by configure.  */
  3. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  4.  
  5. /* Define if on AIX 3.
  6.    System headers sometimes define this.
  7.    We just want to avoid a redefinition error message.  */
  8. #ifndef _ALL_SOURCE
  9. /* #undef _ALL_SOURCE */
  10. #endif
  11.  
  12. /* Define if using alloca.c.  */
  13. /* #undef C_ALLOCA */
  14.  
  15. /* Define to empty if the keyword does not work.  */
  16. /* #undef const */
  17.  
  18. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  19.    This function is required for alloca.c support on those systems.  */
  20. /* #undef CRAY_STACKSEG_END */
  21.  
  22. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  23. /* #undef DGUX */
  24.  
  25. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  26. /* #undef GETLOADAVG_PRIVILEGED 1 */
  27.  
  28. /* Define to `int' if <sys/types.h> doesn't define.  */
  29. /* #undef gid_t */
  30.  
  31. /* Define if you have alloca, as a function or macro.  */
  32. #define HAVE_ALLOCA 1
  33.  
  34. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  35. /* #undef HAVE_ALLOCA_H 1 */
  36.  
  37. /* Define if you have the memmove function.  */
  38. #define HAVE_MEMMOVE 1
  39.  
  40. /* Define if you don't have vprintf but do have _doprnt.  */
  41. /* #undef HAVE_DOPRNT */
  42.  
  43. /* Define if your system has its own `getloadavg' function.  */
  44. /* #undef HAVE_GETLOADAVG */
  45.  
  46. /* Define if you have the getmntent function.  */
  47. /* #undef HAVE_GETMNTENT */
  48.  
  49. /* Define if the `long double' type works.  */
  50. /* #undef HAVE_LONG_DOUBLE */
  51.  
  52. /* Define if you support file names longer than 14 characters.  */
  53. #define HAVE_LONG_FILE_NAMES 1
  54.  
  55. /* Define if you have a working `mmap' system call.  */
  56. /* #undef HAVE_MMAP */
  57.  
  58. /* Define if system calls automatically restart after interruption
  59.    by a signal.  */
  60. /* #undef HAVE_RESTARTABLE_SYSCALLS */
  61.  
  62. /* Define if your struct stat has st_blksize.  */
  63. /* #undef HAVE_ST_BLKSIZE */
  64.  
  65. /* Define if your struct stat has st_blocks.  */
  66. /* #undef HAVE_ST_BLOCKS */
  67.  
  68. /* Define if you have the strcoll function and it is properly defined.  */
  69. /* #undef HAVE_STRCOLL 1 */
  70.  
  71. /* Define if your struct stat has st_rdev.  */
  72. /* #undef HAVE_ST_RDEV     */
  73.  
  74. /* Define if you have the strftime function.  */
  75. /* #undef HAVE_STRFTIME */
  76.  
  77. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  78. /* #undef HAVE_SYS_WAIT_H 1 */
  79.  
  80. /* Define if your struct tm has tm_zone.  */
  81. /* #undef HAVE_TM_ZONE */
  82.  
  83. /* Define if you don't have tm_zone but do have the external array
  84.    tzname.  */
  85. /* #undef HAVE_TZNAME */
  86.  
  87. /* Define if you have <unistd.h>.  */
  88. #ifdef __DECC
  89. #define HAVE_UNISTD_H 1
  90. #endif
  91.  
  92. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  93. /* #undef HAVE_UTIME_NULL */
  94.  
  95. /* Define if you have <vfork.h>.  */
  96. /* #undef HAVE_VFORK_H 1 */
  97.  
  98. /* Define if you have the vprintf function.  */
  99. #define HAVE_VPRINTF 1
  100.  
  101. /* Define if you have the wait3 system call.  */
  102. /* #undef HAVE_WAIT3 1 */
  103.  
  104. /* Define if on MINIX.  */
  105. /* #undef _MINIX */
  106.  
  107. /* Define if your struct nlist has an n_un member.  */
  108. /* #undef NLIST_NAME_UNION */
  109.  
  110. /* Define if you have <nlist.h>.  */
  111. /* #undef NLIST_STRUCT 1 */
  112.  
  113. /* Define if your C compiler doesn't accept -c and -o together.  */
  114. /* #undef NO_MINUS_C_MINUS_O */
  115.  
  116. /* Define to `int' if <sys/types.h> doesn't define.  */
  117. /* #undef pid_t */
  118.  
  119. /* Define if the system does not provide POSIX.1 features except
  120.    with this defined.  */
  121. /* #undef _POSIX_1_SOURCE */
  122.  
  123. /* Define if you need to in order for stat and other things to work.  */
  124. /* #undef _POSIX_SOURCE */
  125.  
  126. /* Define as the return type of signal handlers (int or void).  */
  127. #define RETSIGTYPE void
  128.  
  129. /* Define if the setvbuf function takes the buffering type as its second
  130.    argument and the buffer pointer as the third, as on System V
  131.    before release 3.  */
  132. /* #undef SETVBUF_REVERSED 1 */
  133.  
  134. /* If using the C implementation of alloca, define if you know the
  135.    direction of stack growth for your system; otherwise it will be
  136.    automatically deduced at run-time.
  137.     STACK_DIRECTION > 0 => grows toward higher addresses
  138.     STACK_DIRECTION < 0 => grows toward lower addresses
  139.     STACK_DIRECTION = 0 => direction of growth unknown
  140.  */
  141. /* #undef STACK_DIRECTION */
  142.  
  143. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  144. /* #undef STAT_MACROS_BROKEN */
  145.  
  146. /* Define if you have the ANSI C header files.  */
  147. /* #undef STDC_HEADERS */
  148.  
  149. /* Define on System V Release 4.  */
  150. /* #undef SVR4 */
  151.  
  152. /* Define if `sys_siglist' is declared by <signal.h>.  */
  153. /* #undef SYS_SIGLIST_DECLARED */
  154.  
  155. /* Define to `int' if <sys/types.h> doesn't define.  */
  156. /* #undef uid_t */
  157.  
  158. /* Define for Encore UMAX.  */
  159. /* #undef UMAX */
  160.  
  161. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  162.    instead of <sys/cpustats.h>.  */
  163. /* #undef UMAX4_3 */
  164.  
  165. /* Name of this package (needed by automake) */
  166. #define PACKAGE "make"
  167.  
  168. /* Version of this package (needed by automake) */
  169. #define VERSION "3.76.1"
  170.  
  171. /* Define vfork as fork if vfork does not work.  */
  172. /* #undef vfork */
  173.  
  174. /* Define to the name of the SCCS `get' command.  */
  175. /* #undef SCCS_GET "/usr/sccs/get" */
  176.  
  177. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  178. /* #undef SCCS_GET_MINUS_G 1 */
  179.  
  180. /* Define this if the C library defines the variable `sys_siglist'.  */
  181. /* #undefine HAVE_SYS_SIGLIST 1 */
  182.  
  183. /* Define this if the C library defines the variable `_sys_siglist'.  */
  184. /* #undef HAVE__SYS_SIGLIST */
  185.  
  186. /* Define this if you have the `union wait' type in <sys/wait.h>.  */
  187. /* #undef HAVE_UNION_WAIT */
  188.  
  189. /* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly.  */
  190. /* #undef HAVE_SYSCONF_OPEN_MAX */
  191.  
  192. /* Define if you have the dup2 function.  */
  193. #define HAVE_DUP2 1
  194.  
  195. /* Define if you have the getcwd function.  */
  196. #define HAVE_GETCWD 1
  197.  
  198. /* Define if you have the getdtablesize function.  */
  199. /* #undef HAVE_GETDTABLESIZE 1 */
  200.  
  201. /* Define if you have the getgroups function.  */
  202. /* #undef HAVE_GETGROUPS 1 */
  203.  
  204. /* Define if you have the mktemp function.  */
  205. #define HAVE_MKTEMP 1
  206.  
  207. /* Define if you have the psignal function.  */
  208. /* #undef HAVE_PSIGNAL 1 */
  209.  
  210. /* Define if you have the setegid function.  */
  211. /* #undef HAVE_SETEGID 1 */
  212.  
  213. /* Define if you have the seteuid function.  */
  214. /* #undef HAVE_SETEUID 1 */
  215.  
  216. /* Define if you have the setlinebuf function.  */
  217. /* #undef HAVE_SETLINEBUF 1 */
  218.  
  219. /* Define if you have the setregid function.  */
  220. /* #undefine HAVE_SETREGID 1 */
  221.  
  222. /* Define if you have the setreuid function.  */
  223. /* #define HAVE_SETREUID 1 */
  224.  
  225. /* Define if you have the sigsetmask function.  */
  226. #define HAVE_SIGSETMASK 1
  227.  
  228. /* Define if you have the strerror function.  */
  229. #define HAVE_STRERROR 1
  230.  
  231. /* Define if you have the strsignal function.  */
  232. /* #undef HAVE_STRSIGNAL */
  233.  
  234. /* Define if you have the wait3 function.  */
  235. /* #define HAVE_WAIT3 1 */
  236.  
  237. /* Define if you have the waitpid function.  */
  238. /* #undef HAVE_WAITPID 1 */
  239.  
  240. /* Define if you have the <dirent.h> header file.  */
  241. /* #unddef HAVE_DIRENT_H 1 */
  242.  
  243. /* Define if you have the <fcntl.h> header file.  */
  244. #ifdef __DECC
  245. #define HAVE_FCNTL_H 1
  246. #endif
  247.  
  248. /* Define if you have the <limits.h> header file.  */
  249. #define HAVE_LIMITS_H 1
  250.  
  251. /* Define if you have the <mach/mach.h> header file.  */
  252. /* #undef HAVE_MACH_MACH_H */
  253.  
  254. /* Define if you have the <memory.h> header file.  */
  255. /* #undef HAVE_MEMORY_H 1 */
  256.  
  257. /* Define if you have the <ndir.h> header file.  */
  258. /* #undef HAVE_NDIR_H */
  259.  
  260. /* Define if you have the <string.h> header file.  */
  261. #define HAVE_STRING_H 1
  262.  
  263. /* Define if you have the <pwd.h> header file.  */
  264. /* #undef HAVE_PWD_H */
  265.  
  266. /* Define if you have the <sys/dir.h> header file.  */
  267. /* #undef HAVE_SYS_DIR_H */
  268.  
  269. /* Define if you have the <sys/ndir.h> header file.  */
  270. /* #undef HAVE_SYS_NDIR_H */
  271.  
  272. /* Define if you have the <sys/param.h> header file.  */
  273. /* #undef HAVE_SYS_PARAM_H 1 */
  274.  
  275. /* Define if you have the <sys/timeb.h> header file.  */
  276. #define HAVE_SYS_TIMEB_H 1
  277.  
  278. /* Define if you have the <sys/wait.h> header file.  */
  279. /* #undef HAVE_SYS_WAIT_H 1 */
  280.  
  281. /* Define if you have the dgc library (-ldgc).  */
  282. /* #undef HAVE_LIBDGC */
  283.  
  284. /* Define if you have the sun library (-lsun).  */
  285. /* #undef HAVE_LIBSUN */
  286.  
  287. /* VMS specific */
  288.  
  289. #define HAVE_VMSDIR_H 1
  290. #define HAVE_STDLIB_H 1
  291. #define INCLUDEDIR "sys$sysroot:[syslib]"
  292. #define LIBDIR "sys$sysroot:[syslib]"
  293.  
  294. #if defined (__cplusplus) || (defined (__STDC__) && __STDC__)
  295. #undef  PARAMS
  296. #define PARAMS(protos)  protos
  297. #else /* Not C++ or ANSI C.  */
  298. #undef  PARAMS
  299. #define PARAMS(protos)  ()
  300. #endif /* C++ or ANSI C.  */
  301.  
  302.